.cluom {
    max-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

.cluom h4 {
    font-size: 20px;
    line-height: 1.3;
    white-space: normal;
}

.cluom .img img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
